home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / prtcs155.zip / RFS.CFG < prev    next >
Text File  |  1994-01-14  |  5KB  |  80 lines

  1. /*
  2.  $VER: RFS Cfg Config for RFS Williamson 54.01
  3. */
  4. Priority    =6              /* priority at which to run the file server */
  5. /* Text to prepend to response messages */
  6. Header=""
  7. /* Delete remainder if not wanted */
  8. /*Header=Header||"╒═════════════════════╤═══════════════════════════════╤═════════════════════╕"||cr    */
  9. /*Header=Header||"│ ░░░░░▒▒▒▒▒▓▓▓▓▓█████│ The Roof File Request Server  │█████▓▓▓▓▓▒▒▒▒▒░░░░░ │"||cr    */
  10. /*Header=Header||"╘═════════════════════╧═══════════════════════════════╧═════════════════════╛"||cr    */
  11. Header=Header||"      Presenting RFS "sv", the ARexx/WPL/XFREQ File Request Server"||cr||cr
  12.  
  13. /* Text to append to response messages */
  14. Tail=""
  15. /* Delete remainder if not wanted */
  16. Tail=Tail||" Three forms of Update Requests are supported! Formats are as follows:"||cr||cr
  17. Tail=Tail||" The RFS/QuickSilver Human Request Standard:"||cr
  18. Tail=Tail||"      File after a requested date:           FILENAME +Uyymmdd"||cr
  19. Tail=Tail||"      File before a requested date:          FILENAME -Uyymmdd"||cr
  20. Tail=Tail||"                                   or"||cr
  21. Tail=Tail||"      File after a requested date and time:  FILENAME +Uyymmddhhmmss"||cr
  22. Tail=Tail||"      File before a requested date and time: FILENAME -Uyymmddhhmmss"||cr||cr
  23. Tail=Tail||" The FTS-0006 WaZoo Update Request Standard:"||cr
  24. Tail=Tail||"      File after a requested date and time:  FILENAME  +unixtimestamp"||cr
  25. Tail=Tail||"      File before a requested date and time: FILENAME  -unixtimestamp"||cr||cr
  26.  
  27. /* additional Text to prepend to response messages for first time callers*/
  28. FirstCall=""
  29. /* Delete remainder if not wanted */
  30. FirstCall=FirstCall||" If this is NOT your first call you should not have received this"||cr
  31. FirstCall=FirstCall||" bug report request. Please NetMail a bug report :)"||cr
  32. FirstCall=FirstCall||" RFS is currently in Beta Test stage, and may still have some bugs"||cr
  33. FirstCall=FirstCall||" to be found. If you experience any problems when requesting files from"||cr
  34. FirstCall=FirstCall||" this BBS, PLEASE send me NetMail or leave me feedback with the mailer's"||cr
  35. FirstCall=FirstCall||" NOTE command explaining the problem."||cr
  36. FirstCall=FirstCall||" RFS is by Robert Williamson of FIDONET#1:167/104.0 and was orginally"||cr
  37. FirstCall=FirstCall||" ported to WPL from Roger Clark's QuickSilver File Request Handler."||cr||cr 
  38.  
  39. VHuman=""
  40. VHuman=VHUman||" This system also permits you to upload a file containing a request list."||cr
  41. VHuman=VHUman||" The format is simply one request per line. The filename should be:"||cr
  42. VHuman=VHUman||" yourname.GRAB, with yourname using underlines instead of spaces."||cr
  43. VHuman=VHuman||"        eg: Robert_Williamson.GRAB"||cr||cr
  44.  
  45. ReqPoint    =TRUE           /* Allow points to request files            */
  46. ReqUnlisted =TRUE           /* Allow unlisted systems to request files  */
  47. ReqHuman    =TRUE           /* Allow Humans to request files            */
  48.  
  49. SortedLst   =TRUE           /* FREQ.LST is sorted                       */
  50. MultiMagic  =TRUE           /* Send multiple files for MAGIC names      */
  51. MatchFirst  =FALSE          /* Send only the first file matched         */
  52.  
  53. /* If one of these is not selected, then the File Note of the file      */
  54. /* will be used as the description                                      */
  55. DLGfd       =FALSE          /* Use DLG FD file instead of filenote      */
  56. TAdesc      =FALSE          /* Use TransAmiga filename.desc             */
  57.  
  58. FREQLST     ="RAM:FREQ.LST" /* Fullpath of list of files to search      */
  59. LogFile     ="LOG:RFS.Log"  /* LogFile FullPathName                     */
  60. AcctPath    ="LOG:RFSACCT/" /* Path for FTN accounting files            */
  61.  
  62. /* number of excluded nodes, set to 0 if none   */
  63. EXCLUDE.0   =7
  64. /* Exclude these nodes from requesting files    */
  65. EXCLUDE.1   ="FIDONET#1:167/104.0"   /* good idea to exclude yourself */
  66. EXCLUDE.2   ="FIDONET#1:167/104.6"
  67. EXCLUDE.3   ="BOB_W#0:0/0.0"
  68. EXCLUDE.4   ="HUGUES_LANGLOIS#0:0/0.0"
  69. EXCLUDE.5   ="STEPHANE_CADOTTE#0:0/0.0"
  70. EXCLUDE.6   ="ERIC_DYRDA#0:0/0.0"
  71. EXCLUDE.7   ="ERICX_DYRDA#0:0/0.0"
  72.  
  73. /*  These are read by GRAB also - MUST be within 512 bytes of end of file */
  74. MaxBytes    =1000000        /* Maximum Bytes Per Session,   0=No limit  */
  75. MaxReqNames =0              /* Maximum Requests Per Session,0=No limit  */
  76. MaxHBytes   =50000          /* Maximum Bytes Per Session Humans 0=No Limit  */    
  77. MaxDaily    =100000         /* Maximum Bytes Per Day Humans 0=No Limit  */
  78. MaxCalls    =3              /* Maximum Calls Per day Humans 0=No LImit  */
  79. /**/
  80.